home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 21 / MacAddict_021_1998_05.iso / Software / Apple / Mac OS Runtime for Java / MRJ Install Data / MRJ Libraries / lib / rmic.properties < prev    next >
Text File  |  1997-12-13  |  923b  |  29 lines

  1. rmic.class.not.found=\
  2.     Class {0} not found.
  3. rmic.cant.make.stubs.for.interface=\
  4.     {0} is an interface, stubs are needed only for remote object classes.
  5. rmic.must.extend.remoteobject=\
  6.     Class {0} does not implement an interface that extends java.rmi.Remote; only remote objects need stubs and skeletons.
  7. rmic.must.throw.remoteexception=\
  8.     {0} is not a valid remote interface, method {1} must throw RemoteException.
  9. rmic.must.implement.remoteobject=\
  10.     Stubs are only needed for classes that directly implement an interface that extends java.rmi.Remote;\n\t Class {0} does not directly implement a Remote interface.
  11. rmic.can.mix.remote.nonremote=\
  12.     Remote interface {0} may not extend a non-remote interface.
  13. rmi.stub.compiler=\
  14.     RMI Stub Compiler
  15. full.class.name=\
  16.     Full Class Name:
  17. errors=\
  18.     Compilation Messages:
  19. compile=\
  20.     Compile
  21. stop=\
  22.     Stop
  23. compile.status=\
  24.     Compile {0}.
  25. compile.done=\
  26.     done
  27. compile.failed=\
  28.     failed
  29.